Html Css Color HEX #38340F Karaka

📋 copy color: '#38340F'

red 56 ◦ green 52 ◦ blue 15

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

Shades of Karaka #38340F

Tints of Karaka #38340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.2%

R = 45.53%
G = 42.28%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38340F (or 0x38340F) is known color: Karaka. HEX triplet: 38, 34 and 0F. RGB value is (56,52,15). Sum of RGB (Red+Green+Blue) = 56+52+15=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38340F is #C7CBF0. Grayscale: #313131. Windows color (decimal): -13093873 or 996408. OLE color: 996408.

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

Color convert

RGB 56 52 15 -
CMYK 0 0.07 0.73 0.78
HSL 54.15º 0.58% 0.14% -
HSV(B) 54.15º 0.73% 0.22% -
XYZ 2.95 3.33 0.94 -
YUV 48.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 56 52 15 0 0.07 0.73 0.78 54.15 0.58 0.14
Hex 38 34 F 0 7 49 4E 36 3A E
Octal 70 64 17 0 7 111 116 66 72 16
Binary 111000 110100 1111 0 111 1001001 1001110 110110 111010 1110

Color Harmonies of #38340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38340F

Black with #38340F

Text Example


Text Example

White with #38340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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