Html Css Color HEX #38340A Karaka

📋 copy color: '#38340A'

red 56 ◦ green 52 ◦ blue 10

#38340A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #38340A

Tints of Karaka #38340A

RGB

 RED value IS 56 (22.27% from 255) = 47.46%

 GREEN value IS 52 (20.7% from 255) = 44.07%

 BLUE value IS 10 (4.3% from 255) = 8.47%

R = 47.46%
G = 44.07%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38340A (or 0x38340A) is known color: Karaka. HEX triplet: 38, 34 and 0A. RGB value is (56,52,10). Sum of RGB (Red+Green+Blue) = 56+52+10=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38340A is #C7CBF5. Grayscale: #303030. Windows color (decimal): -13093878 or 668728. OLE color: 668728.

HSL color Cylindrical-coordinate representation of color #38340A: hue angle of 54.78º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38340A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 10 -
CMYK 0 0.07 0.82 0.78
HSL 54.78º 0.7% 0.13% -
HSV(B) 54.78º 0.82% 0.22% -
XYZ 2.91 3.32 0.77 -
YUV 48.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 56 52 10 0 0.07 0.82 0.78 54.78 0.7 0.13
Hex 38 34 A 0 7 52 4E 37 46 D
Octal 70 64 12 0 7 122 116 67 106 15
Binary 111000 110100 1010 0 111 1010010 1001110 110111 1000110 1101

Color Harmonies of #38340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38340A

Black with #38340A

Text Example


Text Example

White with #38340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38340A; }

 p { color: rgb(56,52,10); }

 H1.HeaderClassName
 {
   color: #38340A;
 }
 .AnyTagClassName
 {
   color: #38340A;
 }
</style>

background-color css

<style>
 a { background-color: #38340A; }

 a { background-color: rgb(56,52,10); }

 div.DivClassName
 {
   background-color: #38340A;
 }
 .BgClassName
 {
   background-color: #38340A;
 }
</style>

border-color css

<style>
 span { border-color: #38340A; }

 span { border-color: rgb(56,52,10); }

 td.TdClassName
 {
   border-color: #38340A;
 }
 .TagClassName
 {
   border-color: #38340A;
 }
</style>